Skip to content

Instantly share code, notes, and snippets.

@moeacgx
moeacgx / oai_register.py
Last active April 1, 2026 10:41
OpenAI Auto-Register with CloudMail
import json
import re
import time
import random
import secrets
import hashlib
import base64
import argparse
import concurrent.futures
import string
@blinds52
blinds52 / ISOs.txt
Created July 26, 2019 22:25 — forked from CHEF-KOCH/ISOs.txt
Windows 10 RS 5 RTM Build 1809 Refresh (17763.107) - All Download Links
Changelog:
https://changewindows.org/build/redstone5/17763/pc
Microsoft Security Compliance Toolkit 1.0:
https://www.microsoft.com/en-us/download/details.aspx?id=55319
https://msdnshared.blob.core.windows.net/media/2018/10/Windows-10-1809-Security-Baseline-DRAFT.zip
Windows ADK for Windows 10, version 1809:
https://go.microsoft.com/fwlink/?linkid=2026036
@kettanaito
kettanaito / README.md
Last active April 1, 2026 10:36
Publishing to npm in 2026

Prerequisites

  • Use Node.js v24. Trusted Publishing does not work on earlier versions of Node.js.

Steps

  1. Go to "Account > Access Tokens" and click "Generate Access Token".
  2. Give the new token "read and write" persmissions to "All packages".
  3. If you have 2FA enabled on npm (which you should), check the "Bypass 2FA" checkbox neatly hidden in the UI. Otherwise, npm will fail with an error demanding an OTP during automatic publishing.
  4. Create the token.
@fawazahmed0
fawazahmed0 / breach.txt
Last active April 1, 2026 10:35
Email and password breach collection list
# Please Note, I am sharing this, hoping this will be used for good public use, such as data analysis, penetration testing etc
# These links are already available all over the internet
# Also Note, Trying to login into someone else's account without their permission is unethical and illegal
# Collection 1
magnet:?xt=urn:btih:B39C603C7E18DB8262067C5926E7D5EA5D20E12E&dn=Collection%201&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&tr=http%3a%2f%2fopentracker.xyz%3a80%2fannounce
# Collection 2-5 & Antipublic
magnet:?xt=urn:btih:D136B1ADDE531F38311FBF43FB96FC26DF1A34CD&dn=Collection%20%232-%235%20%26%20Antipublic&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&tr=http%3a%2f%2fopentracker.xyz%3a80%2fannounce
@PatrickSt1991
PatrickSt1991 / setup-legacy-tizen-samsung-emulator.md
Last active April 1, 2026 10:34
Setup Legacy Tizen (Samsung) Emulator

Running Legacy Tizen TV (≤ 5.5) Emulators on Modern Tizen Studio

Samsung no longer officially supports Tizen TV 5.5 and older in modern Tizen Studio setups.
However, with archived emulator images and the correct Chrome version, legacy TV emulators and remote debugging still work.

This document explains exactly how.


✅ What this guide covers

@oberonlai
oberonlai / SKILL.md
Last active April 1, 2026 10:32
codotx-blog: Claude Code 部落格寫作 Skill(含 SEO 關鍵字研究、品質評分、AI 味檢查)
name codotx-blog
description 撰寫想點創意科技(codotx)技術部落格文章。根據真實的開發經驗、踩坑紀錄、工具評測或技術觀點, 產出有人味的繁體中文技術文章。文章風格:專業但不死板、敘事導向、問題→解決的迭代結構。 當使用者提到要寫部落格、寫文章、寫技術分享、記錄開發過程、寫踩坑紀錄時,使用這個 skill。 即使使用者只是說「幫我寫一篇關於 X 的文章」也應該觸發。

Codotx Blog:技術文章撰寫

Manage Multiple Claude Code Accounts

Run two Claude Code accounts simultaneously on macOS without re-authenticating by using separate configuration directories.

Steps

  1. Create Separate Config Directories
    mkdir ~/.claude-account1
    mkdir ~/.claude-account2
@Eliastik
Eliastik / check-updates-docker.sh
Last active April 1, 2026 10:29
This script checks for updates of the images for current installed Docker containers.
#!/bin/bash
# Filename: check-updates-docker.sh
#
# Author: Eliastik ( eliastiksofts.com/contact )
# Version 1.4.6 (22 february 2026) - Eliastik
#
# Description: This script checks for updates of the images for current installed Docker containers.
# This script doesn't need root access as long as you are running the Docker daemon in rootless mode
# or you followed the "Manage Docker as a non-root user" in the Docker documentation: https://docs.docker.com/engine/install/linux-postinstall/
@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active April 1, 2026 10:29
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

Demo:

Spoiler warning

Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the <details> tag... just make sure you close <details> afterward.

console.log("I'm a code block!");